home *** CD-ROM | disk | FTP | other *** search
/ PC-SIG: World of Games / PC-SIG World of Games (CDRM1080710) (1993).iso / 2573 / TWO360K.BAT < prev    next >
DOS Batch File  |  1980-01-01  |  1KB  |  31 lines

  1. echo off
  2. echo TWO 360K DRIVE SYSTEM
  3. echo This program extracts onto THREE BLANK FORMATTED diskettes."
  4. if x%1==x goto noparm
  5. if x%2==x goto noparm
  6. echo Make sure ORIGINAL is in drive %1 and a blank formatted disk is in drive %2
  7. pause
  8. %1lharc e diska.lzh %2
  9. echo Take out the disk in drive %2 and label it "DISK A: LASTHALF." Insert
  10. echo another blank formatted disk into drive %2.
  11. pause
  12. mkdir %2\last2
  13. %1lharc e diskb.lzh %2 computer.cga
  14. %1lharc e diskb.lzh %2 table.cga
  15. %1lharc e diskb.lzh %2 quest.cga
  16. %1lharc e diskb.lzh %2\last2\ title.cga
  17. %1lharc e diskb.lzh %2\last2\ room*.cga
  18. echo Take out the disk in drive %2 and label it "DISK B" Insert
  19. echo another blank formatted disk into drive %2.
  20. pause
  21. mkdir %2\last2
  22. %1lharc e diskc.lzh %2 instruct.doc
  23. %1lharc e diskc.lzh %2\last2\
  24. echo Take out the disk in drive %2 and label it "DISK C"
  25. goto end1
  26. :noparm
  27. echo INVALID FORMAT! Type TWO360K (drive with ORIGINAL disk) (drive with blank disk)
  28. echo Example: TWO360K A: B:
  29. :end1
  30.  
  31.